home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / bhavana.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1997-02-17  |  526 b   |  28 lines

  1. on exitFrame
  2.   global bFlag, vcast
  3.   unLoadCast(vcast)
  4.   if bFlag = 1 then
  5.     go("loop2", "bares")
  6.   else
  7.     if bFlag = 2 then
  8.       go("pess", "bares")
  9.     else
  10.       if bFlag = 3 then
  11.         go("hora", "bares")
  12.       else
  13.         if bFlag = 4 then
  14.           go("music", "bares")
  15.         else
  16.           if bFlag = 5 then
  17.             go("espaco", "bares")
  18.           else
  19.             if bFlag = 6 then
  20.               go("bebe", "bares")
  21.             end if
  22.           end if
  23.         end if
  24.       end if
  25.     end if
  26.   end if
  27. end
  28.